home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Developers / Prograph Classic Freeware / Prograph Classic 2.6.1 / Prograph Classic 2.6.1.rsrc / STR#_970.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  372 b   |  9 lines

  1. Inputs: Application; MenuName | MenuIndex
  2. Outputs: FoundIndex | FoundName; FoundMenu
  3.  
  4. Inputs: ¬´Application¬ª; string | integer
  5. Outputs: integer | string; ¬´Menu¬ª | NULL
  6.  
  7. Given MenuName, search attribute "menu lib" of Application for a Menu named MenuName; return FoundIndex and FoundMenu or 0 and NULL if not found.  If MenuIndex given, return FoundName and FoundMenu.
  8.  
  9.